From 8905351edf8797387670e99f93c63c6e0b0ae8a7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Aug 2002 17:00:06 +0000 Subject: [PATCH] (Fx_open_connection): Fix docstring. Patch from Rune Kleveland . --- src/xfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index f3f16d4abe1..58163101f8a 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5293,8 +5293,8 @@ terminate Emacs if we can't open the connection. */) if (!NILP (must_succeed)) fatal ("Cannot connect to X server %s.\n\ Check the DISPLAY environment variable or use `-d'.\n\ -Also use the `xauth' program to verify that you have the proper -authoritization information needed to connect the X server.\n\ +Also use the `xauth' program to verify that you have the proper\n\ +authorization information needed to connect the X server.\n\ An insecure way to solve the problem may be to use `xhost'.\n", SDATA (display)); else -- 2.30.2